home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / lang / Python16_Src.lha / Python16_Source / Python / dynload_stub.c < prev    next >
Encoding:
C/C++ Source or Header  |  2000-08-03  |  201 b   |  11 lines

  1. /* This module provides the necessary stubs for when dynamic loading is
  2.    not present. */
  3.  
  4. #include "Python.h"
  5. #include "importdl.h"
  6.  
  7.  
  8. const struct filedescr _PyImport_DynLoadFiletab[] = {
  9.     {0, 0}
  10. };
  11.